From: Richard M. Stallman Date: Mon, 7 Jun 1993 23:35:09 +0000 (+0000) Subject: (texinfo-section-types-regexp): Add @chapheading. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95504 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c2121a73a99132348ccbc4ccbc6d65ea186533c9;p=emacs.git (texinfo-section-types-regexp): Add @chapheading. --- diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 56ec52b4d1e..1a4ab68a41f 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -276,7 +276,7 @@ value of texinfo-mode-hook." ;; This is also defined in `texnfo-upd.el'. (defvar texinfo-section-types-regexp - "^@\\(chapter \\|sect\\|sub\\|unnum\\|major\\|heading \\|appendix\\)" + "^@\\(chapter \\|sect\\|sub\\|unnum\\|major\\|chapheading \\|heading \\|appendix\\)" "Regexp matching chapter, section, other headings (but not the top node).") (defun texinfo-show-structure (&optional nodes-too)